home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMEXCEPTIONDLG / TFRMEXCEPTIONDLG.txt
Text File  |  2008-08-19  |  2KB  |  115 lines

  1. object FrmExceptionDlg: TFrmExceptionDlg
  2.   Left = 278
  3.   Top = 252
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error'
  6.   ClientHeight = 248
  7.   ClientWidth = 410
  8.   Color = clBtnFace
  9.   DefaultMonitor = dmPrimary
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 11
  22.     Top = 15
  23.     Width = 32
  24.     Height = 32
  25.   end
  26.   object Label1: TLabel
  27.     Left = 56
  28.     Top = 43
  29.     Width = 185
  30.     Height = 13
  31.     Caption = 'An unhandled exception has occurred:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 56
  35.     Top = 16
  36.     Width = 339
  37.     Height = 13
  38.     Caption = 
  39.       'Twistpad encountered a problem. We are sorry for this inconvenie' +
  40.       'nce.'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'Tahoma'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label3: TLabel
  49.     Left = 56
  50.     Top = 171
  51.     Width = 333
  52.     Height = 26
  53.     Caption = 
  54.       'If this problem persists, copy the above exception information t' +
  55.       'o the clipboard and contact Carthago Software'
  56.     WordWrap = True
  57.   end
  58.   object Label4: TLabel
  59.     Left = 56
  60.     Top = 139
  61.     Width = 307
  62.     Height = 26
  63.     Caption = 
  64.       'Click continue and Twistpad will ignore this error and attempt t' +
  65.       'o continue.'
  66.     WordWrap = True
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 56
  70.     Top = 62
  71.     Width = 337
  72.     Height = 69
  73.     BevelOuter = bvNone
  74.     BorderStyle = bsSingle
  75.     TabOrder = 2
  76.     object Memo1: TMemo
  77.       Left = 0
  78.       Top = 0
  79.       Width = 333
  80.       Height = 65
  81.       Align = alClient
  82.       BorderStyle = bsNone
  83.       Color = clBtnFace
  84.       ReadOnly = True
  85.       TabOrder = 0
  86.     end
  87.   end
  88.   object btnContinue: TButton
  89.     Left = 144
  90.     Top = 211
  91.     Width = 123
  92.     Height = 25
  93.     Cancel = True
  94.     Caption = '&Continue'
  95.     Default = True
  96.     Font.Charset = ANSI_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'Tahoma'
  100.     Font.Style = [fsBold]
  101.     ModalResult = 1
  102.     ParentFont = False
  103.     TabOrder = 0
  104.   end
  105.   object BtnStop: TButton
  106.     Left = 272
  107.     Top = 211
  108.     Width = 123
  109.     Height = 25
  110.     Caption = '&Terminate Twistpad'
  111.     ModalResult = 3
  112.     TabOrder = 1
  113.   end
  114. end
  115.